toggle menu
Rainbow Android SDK
androidJvm
switch theme
search in API
Rainbow Android SDK
/
com.ale.infra.rest.user
/
TargetedUserSuggestionsResponse
Targeted
User
Suggestions
Response
@
Serializable
class
TargetedUserSuggestionsResponse
(
val
department
:
List
<
Contact
>
=
emptyList()
,
val
jobTitle
:
List
<
Contact
>
=
emptyList()
,
val
tags
:
List
<
Contact
>
=
emptyList()
,
val
more
:
List
<
Contact
>
=
emptyList()
)
Members
Constructors
Targeted
User
Suggestions
Response
Link copied to clipboard
constructor
(
department
:
List
<
Contact
>
=
emptyList()
,
jobTitle
:
List
<
Contact
>
=
emptyList()
,
tags
:
List
<
Contact
>
=
emptyList()
,
more
:
List
<
Contact
>
=
emptyList()
)
Properties
department
Link copied to clipboard
val
department
:
List
<
Contact
>
job
Title
Link copied to clipboard
val
jobTitle
:
List
<
Contact
>
more
Link copied to clipboard
val
more
:
List
<
Contact
>
tags
Link copied to clipboard
val
tags
:
List
<
Contact
>